home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_funcdispl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.1 KB  |  39 lines

  1. /*****************************************************************************
  2.   FILE           : ui_funcdispl.h
  3.   SHORTNAME      : funcdispl
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Guenter Mamier 
  10.   DATE           : 14.01.92
  11.  
  12.   CHANGED BY     : Sven Doering
  13.   IDENTIFICATION : @(#)ui_funcdispl.h    1.9 3/2/94
  14.   SCCS VERSION   : 1.9
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_FUNCDISPL_DEFINED_
  23. #define _UI_FUNCDISPL_DEFINED_
  24.  
  25.  
  26.  
  27. /* required functions that are declared here */
  28. extern void                ui_functionPopup(Widget w, char *title, caddr_t call_data);
  29. extern void                ui_drawFunction(Widget w, char *title, caddr_t call_data);
  30. extern Widget              ui_createMyScreen(char *name, Widget parent, Dimension width, Dimension height, Widget left, Widget top);
  31.  
  32.  
  33.  
  34.  
  35. #endif
  36.  
  37.  
  38. /* 38 lines generated by deleteprivatedefinitions.awk */
  39.